home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / misc / buildrecent.lha / BuildRECENT.doc < prev    next >
Encoding:
Text File  |  1995-01-21  |  1.6 KB  |  46 lines

  1. BuildRECENT ver 1.0   --  Copyright © Jan. 20, 1995 by Travis Pascoe
  2.  
  3. Problem:
  4. ---------
  5. If you've ever been away from AmiNET for several weeks you know
  6. how difficult it can be to catch up.  The RECENT file only shows
  7. stuff uploaded over the past one week and the master INDEX file
  8. is too long to read thru to see what's new.
  9.  
  10. Solution:
  11. ---------
  12. BuildRECENT will take the master AmiNET INDEX file (READ WARNING
  13. BELOW!!!) and create smaller "RECENT" files with just the files
  14. matching the age you specify.  [Output is to STDOUT but you can
  15. use output redirection to get a permanent file somewhere.]
  16.  
  17. Usage:
  18. ---------
  19. The program will build a 'RECENT' index file from the master AmiNET
  20. INDEX file according to the args provided.
  21.  
  22. WARNING:  The regular INDEX file (pub/aminet/INDEX) will NOT work!
  23.           Use the file pub/aminet/info/index/INDEX because it
  24.           contains a 'days old' column.
  25.  
  26. From CLI:  BuildRECENT <AmiNET_indexfile> <x> [<y>]
  27.  
  28.  <x>    Program will output all files uploaded less than or equal
  29.         to <x> days ago.  If <x> is negative, only files uploaded
  30.         exactly <x> days ago will be output.
  31.  
  32. [<y>]   Only optional parameter.  If <y> is specified only files
  33.         uploaded between <x> and <y> days ago are output.
  34.    
  35. Disclaimer:
  36. ---------
  37. This program has been tested with no errors found, however the
  38. author accepts no responsibility for any damages which may result
  39. from the use of this program.  Feel free to modify the included
  40. source code to suit your needs.
  41.  
  42. Send comments or suggestions to:
  43. ---------
  44. Travis Pascoe
  45. pasc8891@raven.cs.uidaho.edu
  46.